ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexChartCore<T> Class / DataLabel Property






In This Topic
    DataLabel Property (FlexChartCore<T>)
    In This Topic
    Get or set the style of point data label
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataLabel As DataLabel
    'Usage
     
    
    Dim instance As FlexChartCore(Of T)
    Dim value As DataLabel
     
    value = instance.DataLabel
    public DataLabel DataLabel {get;}
    public read-only property DataLabel: DataLabel; 
    public function get DataLabel : DataLabel
    public: __property DataLabel* get_DataLabel();
    public:
    property DataLabel^ DataLabel {
       DataLabel^ get();
    }
    See Also